public.boolop(integer[], query_int) - Procedure
Home|Tables|Schemas|Diagrams|Foreign Keys|Indexes

Namepublic.boolop(integer[], query_int)
Commentboolean operation with array
Src
CREATE FUNCTION public.boolop(integer[], query_int) 
 RETURNS boolean AS 
$BODY$boolop$BODY$
 LANGUAGE 'c' IMMUTABLESTRICT ;